<configuration>
   <system.web>

      <healthMonitoring enabled="true">

         <bufferModes>

            <clear />

            <add name="Critical Notification" maxBufferSize="100" maxFlushSize="20"
             urgentFlushThreshold="1" regularFlushInterval="Infinite" 
             urgentFlushInterval="00:01:00"
             maxBufferThreads="1" />
            <add name="Notification" maxBufferSize="300" maxFlushSize="20"
             urgentFlushThreshold="1" regularFlushInterval="Infinite" 
             urgentFlushInterval="00:01:00"
             maxBufferThreads="1" />
            <add name="Analysis" maxBufferSize="1000" maxFlushSize="100"
             urgentFlushThreshold="100" regularFlushInterval="00:05:00"
             urgentFlushInterval="00:01:00" maxBufferThreads="1" />
            <add name="Logging" maxBufferSize="1000" maxFlushSize="200"             
             urgentFlushThreshold="800"
             regularFlushInterval="00:30:00" urgentFlushInterval="00:05:00"
             maxBufferThreads="1" />

         </bufferModes>

         <eventMappings>
            <!-- Usunite w celu zwikszenia czytelnoci -->
         </eventMappings>

         <providers>
            <!-- Usunite w celu zwikszenia czytelnoci -->
         </providers>

         <rules>
            <!-- Usunite w celu zwikszenia czytelnoci -->
         </rules>

         <profiles>
            <!-- Usunite w celu zwikszenia czytelnoci -->
         </profiles>

      </healthMonitoring>

   </system.web>
</configuration>
